From 4c915fbcd12678d91d9f90fc46b3c4747854c755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 23 Oct 2024 22:37:25 +0200 Subject: [PATCH] ignore broken debuginfo tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Forwarded: yes Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name ignore-broken-debuginfo-tests.patch --- tests/debuginfo/macro-stepping.rs | 3 ++- tests/debuginfo/method-on-enum.rs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs index 35bb6de4fe..dec0effb43 100644 --- a/tests/debuginfo/macro-stepping.rs +++ b/tests/debuginfo/macro-stepping.rs @@ -2,7 +2,8 @@ //@ ignore-aarch64 //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 - +//Debian: broken, see https://github.com/rust-lang/rust/issues/130896 +//@ ignore-gdb //@ aux-build:macro-stepping.rs #![allow(unused)] diff --git a/tests/debuginfo/method-on-enum.rs b/tests/debuginfo/method-on-enum.rs index f86cf8ccfd..5d87325b2a 100644 --- a/tests/debuginfo/method-on-enum.rs +++ b/tests/debuginfo/method-on-enum.rs @@ -1,5 +1,7 @@ //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 +//Debian: broken, see https://github.com/rust-lang/rust/issues/129662#issuecomment-2313102689 +//@ ignore-gdb //@ compile-flags:-g //@ disable-gdb-pretty-printers -- 2.30.2